| 119 | <!--{if $allowhidecode}--><a id="{$editorid}_cmd_hide" title="{lang post_discuzcode_hide}">Hide</a><!--{/if}--> | = | 119 | <!--{if $allowhidecode}--><a id="{$editorid}_cmd_hide" title="{lang post_discuzcode_hide}">Hide</a><!--{/if}--> |
| 120 | 120 | |||
| 121 | <em></em> | 121 | <em></em> | |
| 122 | <!--{if $forum['allowbbcode'] && $allowcusbbcode}--> | 122 | <!--{if $forum['allowbbcode'] && $allowcusbbcode}--> | |
| 123 | <!--{eval $cusnum=0;}--> | 123 | <!--{eval $cusnum=0;}--> | |
| 124 | <!--{loop $_DCACHE['bbcodes_display'] $tag $bbcode}--> | 124 | <!--{loop $_DCACHE['bbcodes_display'] $tag $bbcode}--> | |
| 125 | <a class="plugeditor" style="overflow:visible;" id="{$editorid}_cmd_custom{$bbcode[params]}_$tag"><img src="images/common/$bbcode[icon]" title="$bbcode[explanation]" alt="$tag" /></a><!--{if in_array($cusnum++, array(5, 25))}--></div><div id="{$editorid}_morebuttons{if $cusnum == 6}1{else}2{/if}" {if !$advanceeditor}style="display: none"{/if}><!--{/if}--> | <> | 125 | <a class="plugeditor" id="{$editorid}_cmd_custom{$bbcode[params]}_$tag"><img src="images/common/$bbcode[icon]" title="$bbcode[explanation]" alt="$tag" /></a><!--{if in_array($cusnum++, array(5, 25))}--></div><div id="{$editorid}_morebuttons{if $cusnum == 6}1{else}2{/if}" {if !$advanceeditor}style="display: none"{/if}><!--{/if}--> |
| 126 | <!--{/loop}--> | = | 126 | <!--{/loop}--> |
| 127 | <!--{/if}--> | 127 | <!--{/if}--> | |
| 128 | </div> | 128 | </div> | |
| 129 | 129 | |||
| 130 | <div id="{$editorid}_switcher" class="editor_switcher_bar"> | 130 | <div id="{$editorid}_switcher" class="editor_switcher_bar"> | |
| 131 | <button type="button" id="bbcodemode">{lang editor_mode_discuzcode}</button> | 131 | <button type="button" id="bbcodemode">{lang editor_mode_discuzcode}</button> |
(约在125行)<a class="plugeditor" id="{$editorid}_cmd_custom{$bbcode[params]}_$tag">
(修改为) <a class="plugeditor" style="overflow:visible;" id="{$editorid}_cmd_custom{$bbcode[params]}_$tag">